[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
FCL
Function
Forces PCBoard to count lines and provide prompts after every screen
full of information.
Value
2 = 10b = 2o = 2h
Remarks
The STARTDISP statement takes a single argument to start displaying
information in a certain format. FCL tells PCBoard to count lines
and pause as needed during the display of information. FNS tells
PCBoard to not stop during the display of information. NC instructs
PCBoard to start over with the last specified mode (FCL or FNS).
Example
INTEGER i
STARTDISP FCL
FOR i = 1 to 100
PRINTLN "This is line ",i
NEXT
See Also:
FNS
NC
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson